From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:22:07 +0000 (+0100) Subject: chore(i18n): Remove blank X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~56^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a9d4c05fbd2218537dfc943506513dd95c9fee37;p=nextcloud-desktop.git chore(i18n): Remove blank Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index c65c6639a..c7755fe92 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -1163,7 +1163,7 @@ void ClientSideEncryption::initializeHardwareTokenEncryption(QWidget *settingsDi if (PKCS11_login(currentSlot, 0, newPinData.data()) != 0) { QMessageBox::warning(settingsDialog, tr("Invalid PIN. Login failed"), - tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again !"), + tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again!"), QMessageBox::Ok); _cachedPin.clear(); continue;